projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74676ce
)
(printer-name): Do not set on MS Windows.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 23 Jan 2008 00:51:16 +0000
(
00:51
+0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 23 Jan 2008 00:51:16 +0000
(
00:51
+0000)
lisp/lpr.el
patch
|
blob
|
history
diff --git
a/lisp/lpr.el
b/lisp/lpr.el
index 6083cc5016bc0fc87c07699c7c3a588d82f92e64..7f11d3efe8a86e5782bedd018ee399d181e18cee 100644
(file)
--- a/
lisp/lpr.el
+++ b/
lisp/lpr.el
@@
-47,7
+47,7
@@
;;;###autoload
(defcustom printer-name
- (and
lpr-windows-system
"PRN")
+ (and
(memq system-type '(emx ms-dos))
"PRN")
"*The name of a local printer to which data is sent for printing.
\(Note that PostScript files are sent to `ps-printer-name', which see.\)